home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / src / wangisrc.lha / wangi / z / chunker / source / chunker.h < prev    next >
C/C++ Source or Header  |  1996-04-01  |  390b  |  24 lines

  1. /*************************************************************************
  2.  *
  3.  * Chunker
  4.  *
  5.  * Copyright ©1995 Lee Kindness
  6.  * cs2lk@scms.rgu.ac.uk
  7.  *
  8.  * chunker.h
  9.  */
  10.  
  11. #ifndef __CHUNKER_H__
  12. #define __CHUNKER_H__
  13.  
  14. #include <stdio.h>
  15. #include <stdlib.h>
  16. #include "bfn.h"
  17. #include "machine.h"
  18. #include "version.h"
  19.  
  20. const char ver[] = "\0$VER: Chunker " VERSION_NUM " " VERSION_DATE;
  21.  
  22. #endif
  23.  
  24.